golang.org/x/net/http2.pipe.c (field)

10 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L18: 	c        sync.Cond     // c.L lazily initialized to &p.mu
		pipe.go#L58: 	if p.c.L == nil {
		pipe.go#L59: 		p.c.L = &p.mu
		pipe.go#L76: 		p.c.Wait()
		pipe.go#L87: 	if p.c.L == nil {
		pipe.go#L88: 		p.c.L = &p.mu
		pipe.go#L90: 	defer p.c.Signal()
		pipe.go#L123: 	if p.c.L == nil {
		pipe.go#L124: 		p.c.L = &p.mu
		pipe.go#L126: 	defer p.c.Signal()